Version

Item(Int32) Property

Gets or sets the pair of item and sort condition at the specified index.
Syntax
public KeyValuePair<T,SortCondition> Item( 
   int index
) {get; set;}

Parameters

index
The index at which to get the pair of item and sort condition.
Exceptions
ExceptionDescription
System.ArgumentNullException The Key or Value of the assigned value is null.
System.InvalidOperationException The Key of the assigned value already in the collection at a different index.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also